home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13285 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  836 b 

  1. Path: newstand.syr.edu!usenet
  2. From: "Mohamed A. Jeragh" <maj@top.cis.syr.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: Bitmap and Colors
  5. Date: Sun, 24 Mar 1996 13:09:08 -0500
  6. Organization: Syracuse University
  7. Message-ID: <31558FC4.519D@top.cis.syr.edu>
  8. NNTP-Posting-Host: sudial-119.syr.edu
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (Win95; I)
  13.  
  14. Using VC++ 4.0, I drew a bitmap by changing almost all the colors, and 
  15. add it to an imagelist using add member function and masking it with 
  16. white(RGB(255,255,255)). but when I use the draw member function, I get 
  17. hte original palette, and my bitmap is drawed with false colors. How do 
  18. I get draw my bitmap with the colors, I saved it with.
  19.  
  20. Thank you in advance,
  21. MJ
  22.  
  23. PS: Please forward your answer to maj@top.cis.syr.edu
  24.